Skip to main content

IRedisHash<TKey, TValue>

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRedisHash<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IHasStringId, IHasId<string>

Methods

GetAll()

View Source
Declaration
Dictionary<TKey, TValue> GetAll()
Returns

System.Collections.Generic.Dictionary<<TKey>,<TValue>>